| Python3Script Xojo Plugin |
|
Python3Instance Class (console safe)
Class that represents a instance of a python 3 class.
Python3Object
Python3Instance
class Python3Instance
Properties
Name (Inherited) (console safe) | Returns the name of the object. |
Methods
BooleanField (console safe) | Gets or sets a boolean field on the class instance. |
DeleteAttribute (console safe) | Deletes attribute from the Python class. |
DoubleField (console safe) | Gets or sets a double field on the class instance. |
GetFunction (console safe) | Gets a function by name from to execute from the class instance. |
HasAttribute (console safe) | Checks if the class instance has attribute with a given name |
Int32Field (console safe) | Gets or sets a Int32 field on the class instance. |
Int64Field (console safe) | Gets or sets a Int64 field on the class instance. |
ObjectField (console safe) | Gets or sets a object field on the class instance. |
StringField (console safe) | Gets or sets a string field on the class instance. |
UInt64Field (console safe) | Gets or sets a UInt64 field on the class instance. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bit